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