Uses of Class
software.amazon.awssdk.services.ecr.model.AuthorizationData
-
Packages that use AuthorizationData Package Description software.amazon.awssdk.services.ecr.model -
-
Uses of AuthorizationData in software.amazon.awssdk.services.ecr.model
Methods in software.amazon.awssdk.services.ecr.model that return types with arguments of type AuthorizationData Modifier and Type Method Description List<AuthorizationData>GetAuthorizationTokenResponse. authorizationData()A list of authorization token data objects that correspond to theregistryIdsvalues in the request.Methods in software.amazon.awssdk.services.ecr.model with parameters of type AuthorizationData Modifier and Type Method Description GetAuthorizationTokenResponse.BuilderGetAuthorizationTokenResponse.Builder. authorizationData(AuthorizationData... authorizationData)A list of authorization token data objects that correspond to theregistryIdsvalues in the request.Method parameters in software.amazon.awssdk.services.ecr.model with type arguments of type AuthorizationData Modifier and Type Method Description GetAuthorizationTokenResponse.BuilderGetAuthorizationTokenResponse.Builder. authorizationData(Collection<AuthorizationData> authorizationData)A list of authorization token data objects that correspond to theregistryIdsvalues in the request.
-