Uses of Class
com.amazonaws.services.storagegateway.model.UpdateChapCredentialsResult
-
Packages that use UpdateChapCredentialsResult Package Description com.amazonaws.services.storagegateway com.amazonaws.services.storagegateway.model -
-
Uses of UpdateChapCredentialsResult in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway that return UpdateChapCredentialsResult Modifier and Type Method Description UpdateChapCredentialsResult
AbstractAWSStorageGateway. updateChapCredentials(UpdateChapCredentialsRequest request)
UpdateChapCredentialsResult
AWSStorageGateway. updateChapCredentials(UpdateChapCredentialsRequest updateChapCredentialsRequest)
Updates the Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target.UpdateChapCredentialsResult
AWSStorageGatewayClient. updateChapCredentials(UpdateChapCredentialsRequest updateChapCredentialsRequest)
Updates the Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target.Method parameters in com.amazonaws.services.storagegateway with type arguments of type UpdateChapCredentialsResult Modifier and Type Method Description Future<UpdateChapCredentialsResult>
AbstractAWSStorageGatewayAsync. updateChapCredentialsAsync(UpdateChapCredentialsRequest request, AsyncHandler<UpdateChapCredentialsRequest,UpdateChapCredentialsResult> asyncHandler)
Future<UpdateChapCredentialsResult>
AWSStorageGatewayAsync. updateChapCredentialsAsync(UpdateChapCredentialsRequest updateChapCredentialsRequest, AsyncHandler<UpdateChapCredentialsRequest,UpdateChapCredentialsResult> asyncHandler)
Updates the Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target.Future<UpdateChapCredentialsResult>
AWSStorageGatewayAsyncClient. updateChapCredentialsAsync(UpdateChapCredentialsRequest request, AsyncHandler<UpdateChapCredentialsRequest,UpdateChapCredentialsResult> asyncHandler)
-
Uses of UpdateChapCredentialsResult in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return UpdateChapCredentialsResult Modifier and Type Method Description UpdateChapCredentialsResult
UpdateChapCredentialsResult. clone()
UpdateChapCredentialsResult
UpdateChapCredentialsResult. withInitiatorName(String initiatorName)
The iSCSI initiator that connects to the target.UpdateChapCredentialsResult
UpdateChapCredentialsResult. withTargetARN(String targetARN)
The Amazon Resource Name (ARN) of the target.
-