Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.TrustAnchorDetail
-
Packages that use TrustAnchorDetail Package Description software.amazon.awssdk.services.rolesanywhere.model software.amazon.awssdk.services.rolesanywhere.paginators -
-
Uses of TrustAnchorDetail in software.amazon.awssdk.services.rolesanywhere.model
Methods in software.amazon.awssdk.services.rolesanywhere.model that return TrustAnchorDetail Modifier and Type Method Description TrustAnchorDetailCreateTrustAnchorResponse. trustAnchor()The state of the trust anchor after a read or write operation.TrustAnchorDetailDeleteTrustAnchorResponse. trustAnchor()The state of the trust anchor after a read or write operation.TrustAnchorDetailDisableTrustAnchorResponse. trustAnchor()The state of the trust anchor after a read or write operation.TrustAnchorDetailEnableTrustAnchorResponse. trustAnchor()The state of the trust anchor after a read or write operation.TrustAnchorDetailGetTrustAnchorResponse. trustAnchor()The state of the trust anchor after a read or write operation.TrustAnchorDetailPutNotificationSettingsResponse. trustAnchor()Returns the value of the TrustAnchor property for this object.TrustAnchorDetailResetNotificationSettingsResponse. trustAnchor()Returns the value of the TrustAnchor property for this object.TrustAnchorDetailUpdateTrustAnchorResponse. trustAnchor()The state of the trust anchor after a read or write operation.Methods in software.amazon.awssdk.services.rolesanywhere.model that return types with arguments of type TrustAnchorDetail Modifier and Type Method Description List<TrustAnchorDetail>ListTrustAnchorsResponse. trustAnchors()A list of trust anchors.Methods in software.amazon.awssdk.services.rolesanywhere.model with parameters of type TrustAnchorDetail Modifier and Type Method Description CreateTrustAnchorResponse.BuilderCreateTrustAnchorResponse.Builder. trustAnchor(TrustAnchorDetail trustAnchor)The state of the trust anchor after a read or write operation.DeleteTrustAnchorResponse.BuilderDeleteTrustAnchorResponse.Builder. trustAnchor(TrustAnchorDetail trustAnchor)The state of the trust anchor after a read or write operation.DisableTrustAnchorResponse.BuilderDisableTrustAnchorResponse.Builder. trustAnchor(TrustAnchorDetail trustAnchor)The state of the trust anchor after a read or write operation.EnableTrustAnchorResponse.BuilderEnableTrustAnchorResponse.Builder. trustAnchor(TrustAnchorDetail trustAnchor)The state of the trust anchor after a read or write operation.GetTrustAnchorResponse.BuilderGetTrustAnchorResponse.Builder. trustAnchor(TrustAnchorDetail trustAnchor)The state of the trust anchor after a read or write operation.PutNotificationSettingsResponse.BuilderPutNotificationSettingsResponse.Builder. trustAnchor(TrustAnchorDetail trustAnchor)Sets the value of the TrustAnchor property for this object.ResetNotificationSettingsResponse.BuilderResetNotificationSettingsResponse.Builder. trustAnchor(TrustAnchorDetail trustAnchor)Sets the value of the TrustAnchor property for this object.UpdateTrustAnchorResponse.BuilderUpdateTrustAnchorResponse.Builder. trustAnchor(TrustAnchorDetail trustAnchor)The state of the trust anchor after a read or write operation.ListTrustAnchorsResponse.BuilderListTrustAnchorsResponse.Builder. trustAnchors(TrustAnchorDetail... trustAnchors)A list of trust anchors.Method parameters in software.amazon.awssdk.services.rolesanywhere.model with type arguments of type TrustAnchorDetail Modifier and Type Method Description ListTrustAnchorsResponse.BuilderListTrustAnchorsResponse.Builder. trustAnchors(Collection<TrustAnchorDetail> trustAnchors)A list of trust anchors. -
Uses of TrustAnchorDetail in software.amazon.awssdk.services.rolesanywhere.paginators
Methods in software.amazon.awssdk.services.rolesanywhere.paginators that return types with arguments of type TrustAnchorDetail Modifier and Type Method Description SdkIterable<TrustAnchorDetail>ListTrustAnchorsIterable. trustAnchors()Returns an iterable to iterate through the paginatedListTrustAnchorsResponse.trustAnchors()member.SdkPublisher<TrustAnchorDetail>ListTrustAnchorsPublisher. trustAnchors()Returns a publisher that can be used to get a stream of data.
-