Uses of Class
software.amazon.awssdk.services.mediapackage.model.Authorization
-
Packages that use Authorization Package Description software.amazon.awssdk.services.mediapackage.model -
-
Uses of Authorization in software.amazon.awssdk.services.mediapackage.model
Methods in software.amazon.awssdk.services.mediapackage.model that return Authorization Modifier and Type Method Description AuthorizationCreateOriginEndpointRequest. authorization()Returns the value of the Authorization property for this object.AuthorizationCreateOriginEndpointResponse. authorization()Returns the value of the Authorization property for this object.AuthorizationDescribeOriginEndpointResponse. authorization()Returns the value of the Authorization property for this object.AuthorizationOriginEndpoint. authorization()Returns the value of the Authorization property for this object.AuthorizationUpdateOriginEndpointRequest. authorization()Returns the value of the Authorization property for this object.AuthorizationUpdateOriginEndpointResponse. authorization()Returns the value of the Authorization property for this object.Methods in software.amazon.awssdk.services.mediapackage.model with parameters of type Authorization Modifier and Type Method Description CreateOriginEndpointRequest.BuilderCreateOriginEndpointRequest.Builder. authorization(Authorization authorization)Sets the value of the Authorization property for this object.CreateOriginEndpointResponse.BuilderCreateOriginEndpointResponse.Builder. authorization(Authorization authorization)Sets the value of the Authorization property for this object.DescribeOriginEndpointResponse.BuilderDescribeOriginEndpointResponse.Builder. authorization(Authorization authorization)Sets the value of the Authorization property for this object.OriginEndpoint.BuilderOriginEndpoint.Builder. authorization(Authorization authorization)Sets the value of the Authorization property for this object.UpdateOriginEndpointRequest.BuilderUpdateOriginEndpointRequest.Builder. authorization(Authorization authorization)Sets the value of the Authorization property for this object.UpdateOriginEndpointResponse.BuilderUpdateOriginEndpointResponse.Builder. authorization(Authorization authorization)Sets the value of the Authorization property for this object.
-