Uses of Class
software.amazon.awssdk.services.storagegateway.model.ChapInfo
-
Packages that use ChapInfo Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of ChapInfo in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type ChapInfo Modifier and Type Method Description List<ChapInfo>DescribeChapCredentialsResponse. chapCredentials()An array of ChapInfo objects that represent CHAP credentials.Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type ChapInfo Modifier and Type Method Description DescribeChapCredentialsResponse.BuilderDescribeChapCredentialsResponse.Builder. chapCredentials(ChapInfo... chapCredentials)An array of ChapInfo objects that represent CHAP credentials.Method parameters in software.amazon.awssdk.services.storagegateway.model with type arguments of type ChapInfo Modifier and Type Method Description DescribeChapCredentialsResponse.BuilderDescribeChapCredentialsResponse.Builder. chapCredentials(Collection<ChapInfo> chapCredentials)An array of ChapInfo objects that represent CHAP credentials.
-