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 UpdateChapCredentialsResultAbstractAWSStorageGateway. updateChapCredentials(UpdateChapCredentialsRequest request)UpdateChapCredentialsResultAWSStorageGateway. updateChapCredentials(UpdateChapCredentialsRequest updateChapCredentialsRequest)Updates the Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target.UpdateChapCredentialsResultAWSStorageGatewayClient. 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 UpdateChapCredentialsResultUpdateChapCredentialsResult. clone()UpdateChapCredentialsResultUpdateChapCredentialsResult. withInitiatorName(String initiatorName)The iSCSI initiator that connects to the target.UpdateChapCredentialsResultUpdateChapCredentialsResult. withTargetARN(String targetARN)The Amazon Resource Name (ARN) of the target.
-